Returns a string of text from the characters in the text argument. The returned text string starts from the end of the text argument and moves left, retrieving the number of characters specified in number-of-characters.
Format: RIGHT (text, number-of-characters)
Arguments:
ΓÇó text: A text expression.
ΓÇó number-of-characters: The number of characters you want to retrieve.
Example:
RIGHT ("New Example", 7) returns Example.
Shows that, counting from right to left, the seven characters to return are "Example."